rpms/attica/F-11 attica-0.1.2-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 attica.spec, 1.3, 1.4 sources, 1.4, 1.5

Rex Dieter rdieter at fedoraproject.org
Mon May 17 12:53:52 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/attica/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv996

Modified Files:
	.cvsignore attica.spec sources 
Added Files:
	attica-0.1.2-pkgconfig.patch 
Log Message:
* Wed Apr 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.1.3-1
- attica-0.1.3


attica-0.1.2-pkgconfig.patch:
 libattica.pc.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE attica-0.1.2-pkgconfig.patch ---
diff -up attica-0.1.2/lib/cmake/libattica.pc.cmake.pkgconfig attica-0.1.2/lib/cmake/libattica.pc.cmake
--- attica-0.1.2/lib/cmake/libattica.pc.cmake.pkgconfig	2010-01-14 07:00:16.000000000 -0600
+++ attica-0.1.2/lib/cmake/libattica.pc.cmake	2010-02-09 15:06:28.501736013 -0600
@@ -6,7 +6,7 @@ includedir=${CMAKE_INSTALL_PREFIX}/inclu
 Name: libattica
 Description: Qt library to access Open Collaboration Services
 #Requires:
-Version: ${ATTICA_VERSION_MAJOR}.${ATTICA_VERSION_MINOR}.${ATTICA_VERSION_PATCH}
+Version: ${CMAKE_LIBATTICA_VERSION_MAJOR}.${CMAKE_LIBATTICA_VERSION_MINOR}.${CMAKE_LIBATTICA_VERSION_PATCH}
 Libs: -L${LIB_DESTINATION} -lattica
 Cflags: -I${CMAKE_INSTALL_PREFIX}/include
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/attica/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	16 Jan 2010 21:04:10 -0000	1.4
+++ .cvsignore	17 May 2010 12:53:52 -0000	1.5
@@ -1 +1 @@
-attica-0.1.2.tar.bz2
+attica-0.1.3.tar.bz2


Index: attica.spec
===================================================================
RCS file: /cvs/pkgs/rpms/attica/F-11/attica.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- attica.spec	16 Jan 2010 21:04:10 -0000	1.3
+++ attica.spec	17 May 2010 12:53:52 -0000	1.4
@@ -1,6 +1,6 @@
 
 Name:           attica
-Version:        0.1.2
+Version:        0.1.3
 Release:        1%{?dist}
 Summary:        Implementation of the Open Collaboration Services API
 
@@ -10,6 +10,10 @@ URL:            http://www.kde.org
 Source0:        ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz2
 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
 BuildRequires:  openssl-devel
@@ -18,7 +22,6 @@ BuildRequires:  openssl-devel
 Attica is a Qt library that implements the Open Collaboration Services
 API version 1.4.
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -32,11 +35,15 @@ developing applications that use %{name}
 %prep
 %setup -q
 
+%patch100 -p1 -b .pkgconfig
+
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} ..
+%{cmake} \
+  %{?_cmake_skip_rpath} \
+  ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -69,8 +76,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Apr 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.1.3-1
+- attica-0.1.3
+
 * Thu Jan 14 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.1.2-1
 - attica-0.1.2
+- patch Version in libattica.pc
+- %%build: %%_cmake_skip_rpath 
 
 * Fri Dec 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.1.1-1
 - attica-0.1.1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/attica/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	16 Jan 2010 21:04:10 -0000	1.4
+++ sources	17 May 2010 12:53:52 -0000	1.5
@@ -1 +1 @@
-8b4207dbc0a826d422632bdb9c50d51a  attica-0.1.2.tar.bz2
+aeb0c14d1bf2afa7d9ce3b5a16390a03  attica-0.1.3.tar.bz2



More information about the scm-commits mailing list