rpms/attica/devel .cvsignore, 1.5, 1.6 attica.spec, 1.6, 1.7 sources, 1.6, 1.7 attica-0.1.2-pkgconfig.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Tue May 18 14:48:29 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/attica/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2291

Modified Files:
	.cvsignore attica.spec sources 
Removed Files:
	attica-0.1.2-pkgconfig.patch 
Log Message:
* Tue May 18 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.1.4-1
- attica-0.1.4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	7 Apr 2010 14:12:01 -0000	1.5
+++ .cvsignore	18 May 2010 14:48:28 -0000	1.6
@@ -1 +1 @@
-attica-0.1.3.tar.bz2
+attica-0.1.4.tar.bz2


Index: attica.spec
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/attica.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- attica.spec	7 Apr 2010 14:12:02 -0000	1.6
+++ attica.spec	18 May 2010 14:48:29 -0000	1.7
@@ -1,6 +1,6 @@
 
 Name:           attica
-Version:        0.1.3
+Version:        0.1.4
 Release:        1%{?dist}
 Summary:        Implementation of the Open Collaboration Services API
 
@@ -11,8 +11,6 @@ Source0:        ftp://ftp.kde.org/pub/kd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## upstream patches
-# fix Version in libattica.pc
-Patch100: attica-0.1.2-pkgconfig.patch
 
 BuildRequires:  cmake
 BuildRequires:  qt4-devel
@@ -35,7 +33,6 @@ developing applications that use %{name}
 %prep
 %setup -q
 
-%patch100 -p1 -b .pkgconfig
 
 
 %build
@@ -55,6 +52,12 @@ rm -rf %{buildroot}
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
+%check
+# verify pkg-config version (notoriously wrong in recent releases)
+export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
+test "$(pkg-config --modversion libattica)" = "%{version}"
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -76,6 +79,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue May 18 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.1.4-1
+- attica-0.1.4
+
 * Wed Apr 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.1.3-1
 - attica-0.1.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	7 Apr 2010 14:12:02 -0000	1.6
+++ sources	18 May 2010 14:48:29 -0000	1.7
@@ -1 +1 @@
-aeb0c14d1bf2afa7d9ce3b5a16390a03  attica-0.1.3.tar.bz2
+04887f3d10f6394cafc0d77c0ae60ec2  attica-0.1.4.tar.bz2


--- attica-0.1.2-pkgconfig.patch DELETED ---



More information about the scm-commits mailing list