rpms/attica/devel attica.spec,1.1,1.2 sources,1.2,1.3

Rex Dieter rdieter at fedoraproject.org
Wed Dec 9 21:18:24 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/attica/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30888

Modified Files:
	attica.spec sources 
Log Message:
* Wed Dec  9 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.1.0-3
- upstream tarball
- %files: tighten up a bit, track sonames



Index: attica.spec
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/attica.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- attica.spec	9 Dec 2009 21:11:14 -0000	1.1
+++ attica.spec	9 Dec 2009 21:18:23 -0000	1.2
@@ -1,19 +1,16 @@
 Name:           attica
 Version:        0.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Implementation of the Open Collaboration Services API
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://www.kde.org
-#Source0:CMD svn export svn://anonsvn.kde.org/home/kde/tags/attica/%{version} attica-%{version}
-#Source0:CMD tar cjf %{_sourcedir}/attica-%{version}.tar.bz2 attica-%{version}
-#Source0:CMD rm -rf attica-%{version}
-Source0:        attica-%{version}.tar.bz2
+Source0:        ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
-BuildRequires:  qt-devel
+BuildRequires:  qt4-devel
 BuildRequires:  openssl-devel
 
 %description
@@ -46,8 +43,8 @@ make %{?_smp_mflags} -C %{_target_platfo
 
 %install
 rm -rf %{buildroot}
+
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
 %clean
@@ -61,17 +58,20 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-%{_libdir}/*.so.*
-
+%{_libdir}/libattica.so.0*
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/*
-%{_libdir}/*.so
+%{_includedir}/attica/
+%{_libdir}/libattica.so
 %{_libdir}/pkgconfig/libattica.pc
 
 
 %changelog
+* Wed Dec  9 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.1.0-3
+- upstream tarball
+- %files: tighten up a bit, track sonames
+
 * Mon Dec  7 2009 Lorenzo Villani <lvillani at binaryhelix.net> - 0.1.0-2
 - Out of sourcetree build
 - Use make install/fast


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	9 Dec 2009 21:11:14 -0000	1.2
+++ sources	9 Dec 2009 21:18:23 -0000	1.3
@@ -1 +1 @@
-acaac9eece214f5dc82c98510dbb0ade  attica-0.1.0.tar.bz2
+ff8d6ba041125b1ace0048741855b89d  attica-0.1.0.tar.bz2




More information about the scm-commits mailing list