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

Revision 7801, 2.9 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.11.1

Line 
1Name:           attica
2Summary:        Implementation of the Open Collaboration Services API
3Summary(ja):    Open Collaboration Services API の一実装
4Version:        0.4.2
5Release:        1%{?_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* Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
80- new upstream release
81
82* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
83- new upstream release
84
85* Tue Jan  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.0-1
86- new upstream release
87- added Japanese summary
88
89* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-2
90- rebuilt with rpm-4.8.1
91
92* Sat Jul 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-1
93- new upstream release
94- dropt Patch50 (merged into upstream)
95
96* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.3-1
97- new upstream release
98
99* Thu Feb 11 2010 Shu KONNO <owa@bg.wakwak.com> - 0.1.2-3
100- added qmake path to PATH (if x86_64)
101
102* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.2-2
103- initial build for Vine Linux
104
105* Thu Jan 14 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.1.2-1
106- attica-0.1.2
107- patch Version in libattica.pc
108- %%build: %%_cmake_skip_rpath
109
110* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
111- attica-0.1.1
112
113* Wed Dec  9 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.0-3
114- upstream tarball
115- %files: tighten up a bit, track sonames
116
117* Mon Dec  7 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.1.0-2
118- Out of sourcetree build
119- Use make install/fast
120
121* Sat Dec 5 2009 lvillani <lvillani@enterprise.binaryhelix.net> 0.1.0-1
122- Initial release
123
Note: See TracBrowser for help on using the repository browser.