Hello community,

here is the log from the commit of package libraw for openSUSE:Factory
checked in at Wed Aug 24 17:17:20 CEST 2011.



--------
--- GNOME/libraw/libraw.changes 2011-06-12 02:13:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/libraw/libraw.changes  2011-08-24 
13:53:34.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Aug 24 11:53:14 UTC 2011 - [email protected]
+
+- Stop using _service files 
+
+-------------------------------------------------------------------
+Tue Aug  9 20:03:58 UTC 2011 - [email protected]
+
+- Made html document file non-executable (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service
  _service:recompress:download_url:LibRaw-0.13.5.tar.bz2

New:
----
  LibRaw-0.13.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libraw.spec ++++++
--- /var/tmp/diff_new_pack.CFjGHA/_old  2011-08-24 17:16:55.000000000 +0200
+++ /var/tmp/diff_new_pack.CFjGHA/_new  2011-08-24 17:16:55.000000000 +0200
@@ -16,21 +16,20 @@
 #
 
 
-%define fake_name LibRaw
+%define tar_name LibRaw
 
 Name:           libraw
 Version:        0.13.5
-Release:        1
+Release:        3
 License:        CDDLv1.0 | LGPLv2.1
 Summary:        Library for reading RAW files obtained from digital photo 
cameras
 Url:            http://www.libraw.org/
 Group:          System/Libraries
-Source0:        http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2
+Source:         http://www.libraw.org/data/%{tar_name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
-BuildRequires:  make
+BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  pkg-config
-BuildRequires:  libjpeg-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -94,11 +93,10 @@
 against LibRaw. LibRaw does not provide dynamic libraries.
 
 %prep
-%setup -q -n %{fake_name}-%{version}
-#autoreconf -fi
+%setup -q -n %{tar_name}-%{version}
 
 %build
-CXXFLAGS="$RPM_OPT_FLAGS -fPIC" \
+CXXFLAGS="%{optflags} -fPIC" \
 %configure
 # build env is too broken for parallel build
 make
@@ -106,18 +104,19 @@
 %install
 mv doc manual
 # The source tree has these with execute permissions for some reason
-%{__chmod} -x Changelog.txt LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf
+chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf
+chmod -x manual/index.html
 # The Libraries
-%makeinstall
+%make_install
 # duplicated files
-%__rm -rf %{buildroot}%{_datadir}/doc
+rm -rf %{buildroot}%{_datadir}/doc
 
 %post -n libraw2 -p /sbin/ldconfig
 
 %postun -n libraw2 -p /sbin/ldconfig
 
 %clean
-%__rm -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files tools
 %defattr(-,root,root,-)
@@ -144,8 +143,8 @@
 
 %files -n libraw2
 %defattr(-,root,root,-)
-%_libdir/libraw.so.*
-%_libdir/libraw_r.so.*
+%{_libdir}/libraw.so.*
+%{_libdir}/libraw_r.so.*
 
 %files devel-static
 %defattr(-,root,root,-)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to