source: projects/specs/trunk/a/attica/attica-vl.spec @ 10547

Revision 10547, 3.0 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Name:           attica
2Summary:        Implementation of the Open Collaboration Services API
3Summary(ja):    Open Collaboration Services API の一実装
4Version:        0.4.2
5Release:        2%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            http://www.kde.org
10
11Source0:        ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz2
12## upstreamable patches
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  cmake
16BuildRequires:  qt4-devel
17BuildRequires:  openssl-devel
18
19%description
20Attica is a Qt library that implements the Open Collaboration Services
21API version 1.4.
22
23
24%package        devel
25Summary:        Development files for %{name}
26Summary(ja):    %{name} の開発用ファイル
27Group:          Development/Libraries
28Requires:       %{name} = %{version}-%{release}
29
30%description    devel
31The %{name}-devel package contains libraries and header files for
32developing applications that use %{name}.
33
34
35%prep
36%setup -q
37
38
39%build
40%ifarch x86_64
41PATH="$PATH:`/usr/bin/pkg-config --variable=bindir Qt`"
42%endif
43mkdir -p %{_target_platform}
44pushd %{_target_platform}
45%cmake ..
46popd
47
48make %{?_smp_mflags} -C %{_target_platform}
49
50
51%install
52rm -rf %{buildroot}
53
54make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
55
56
57%clean
58rm -rf %{buildroot}
59
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65
66%files
67%defattr(-,root,root,-)
68%doc COPYING README
69%{_libdir}/libattica.so.0*
70
71%files devel
72%defattr(-,root,root,-)
73%{_includedir}/attica/
74%{_libdir}/libattica.so
75%{_libdir}/pkgconfig/libattica.pc
76
77
78%changelog
79* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
80- rebuild with gcc-5.4.0
81
82* Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
83- new upstream release
84
85* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
86- new upstream release
87
88* Tue Jan  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.0-1
89- new upstream release
90- added Japanese summary
91
92* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-2
93- rebuilt with rpm-4.8.1
94
95* Sat Jul 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-1
96- new upstream release
97- dropt Patch50 (merged into upstream)
98
99* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.3-1
100- new upstream release
101
102* Thu Feb 11 2010 Shu KONNO <owa@bg.wakwak.com> - 0.1.2-3
103- added qmake path to PATH (if x86_64)
104
105* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.2-2
106- initial build for Vine Linux
107
108* Thu Jan 14 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.1.2-1
109- attica-0.1.2
110- patch Version in libattica.pc
111- %%build: %%_cmake_skip_rpath
112
113* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
114- attica-0.1.1
115
116* Wed Dec  9 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.0-3
117- upstream tarball
118- %files: tighten up a bit, track sonames
119
120* Mon Dec  7 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.1.0-2
121- Out of sourcetree build
122- Use make install/fast
123
124* Sat Dec 5 2009 lvillani <lvillani@enterprise.binaryhelix.net> 0.1.0-1
125- Initial release
126
Note: See TracBrowser for help on using the repository browser.