rpms/automoc/devel automoc.spec,1.1,1.2

Lorenzo Villani (arbiter) fedora-extras-commits at redhat.com
Tue Jun 10 16:56:49 UTC 2008


Author: arbiter

Update of /cvs/pkgs/rpms/automoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5015

Modified Files:
	automoc.spec 
Log Message:
 * fixed files placement


Index: automoc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/automoc/devel/automoc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- automoc.spec	1 Jun 2008 10:46:24 -0000	1.1
+++ automoc.spec	10 Jun 2008 16:56:18 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           automoc
 Version:        1.0
-Release:        0.3%{?snaptag}%{?dist}
+Release:        0.4%{?snaptag}%{?dist}
 Summary:        KDE4 automoc
 Group:          Development/Tools
 License:        BSD
@@ -36,14 +36,6 @@
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} -C %{_target_platform}
-# Put things in proper places
-# Put Automoc4Config.cmake in proper place
-%{__mkdir} -p %{buildroot}%{_datadir}/cmake/Modules
-%{__mv} %{buildroot}%{_libdir}/automoc4/Automoc4Config.cmake \
-	%{buildroot}%{_datadir}/cmake/Modules/Automoc4Config.cmake
-# Remove automoc4.files.in (and /usr/lib, since it's not needed)
-%{__rm} -rf %{buildroot}%{_libdir}
-
 
 
 
@@ -53,13 +45,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc automoc4.files.in
 %{_bindir}/automoc4
-%{_datadir}/cmake/Modules/Automoc4Config.cmake
+%{_libdir}/automoc4/Automoc4Config.cmake
+%{_libdir}/automoc4/automoc4.files.in
 
 
 
 %changelog
+* Thu Jun 10 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 1.0-0.4.20080527svn811390
+- Leave automoc4.files.in in _libdir
+- Same applies to Automoc4Config.cmake
+
 * Thu May 29 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 1.0-0.3.20080527svn811390
 - Added 'cmake' to Requires
 




More information about the fedora-extras-commits mailing list