Compare commits

..

3 commits

Author SHA1 Message Date
Minh Ngo
a9ed3ae87a Merge branch 'f18' into f17 2013-02-13 10:54:18 +02:00
Peter Robinson
50922c6199 fix merge 2012-04-04 19:24:10 +01:00
Minh Ngo
dd22df09e2 0.3.0-3 2012-03-14 21:01:52 +02:00
4 changed files with 91 additions and 1 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/132366-wicd-kde-0.2.3.tar.gz
/132366-wicd-kde-0.3.0.tar.gz
/132366-wicd-kde-0.3.1.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
c42f4f628f70784d33a10ed32cd45e62 132366-wicd-kde-0.3.1.tar.gz

87
wicd-kde.spec Normal file
View file

@ -0,0 +1,87 @@
Name: wicd-kde
Version: 0.3.1
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Internet
Summary: A Wicd client built on the KDE Development Platform
URL: https://projects.kde.org/projects/extragear/network/wicd-kde
Source: http://kde-apps.org/CONTENT/content-files/132366-wicd-kde-0.3.1.tar.gz
Requires: wicd
BuildRequires: qt4-devel
BuildRequires: kdelibs4-devel
BuildRequires: gettext
%description
A Wicd client built on the KDE Development Platform.
%prep
%setup -qn %{name}
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ../
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=${RPM_BUILD_ROOT} -C %{_target_platform}
%find_lang %{name}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING TODO
%config(noreplace) %{_kde4_sysconfdir}/dbus-1/system.d/org.kde.wicdclient.scripts.conf
%{_kde4_libdir}/kde4/*
%{_kde4_libexecdir}/wicdclient_scripts_helper
%{_kde4_datadir}/dbus-1/system-services/org.kde.wicdclient.scripts.service
%{_kde4_appsdir}/%{name}
%{_kde4_appsdir}/plasma/services/wicd.operations
%{_datadir}/kde4/services/*
%{_kde4_datadir}/polkit-1/actions/org.kde.wicdclient.scripts.policy
%changelog
* Wed Feb 13 2013 Minh Ngo <minh@fedoraproject.org> - 0.3.1-2
- removing a patch (have fixed in the current release)
* Wed Feb 13 2013 Minh Ngo <minh@fedoraproject.org> - 0.3.1-1
- New version
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed Apr 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.3.0-4
- Bump build
* Tue Apr 3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.3.0-3
- Add debian patch to fix FTBFS on ARM
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Jan 10 2012 Minh Ngo <nlminhtl@gmail.com> 0.3.0-1
- Wicd 1.7.1 compatibility
- Port to Plasma
* Thu Nov 10 2011 Minh Ngo <nlminhtl@gmail.com> 0.2.3-3
- fixing make install command
* Fri Oct 28 2011 Minh Ngo <nlminhtl@gmail.com> 0.2.3-2
- fixing the warning conffile-without-noreplace-flag
- removing kcm_wicd.desktop changes
* Wed Oct 12 2011 Minh Ngo <nlminhtl@gmail.com> 0.2.3-1
- Updating to the new version
- kcm_wicd.desktop fix
* Thu Jun 08 2011 Minh Ngo <nlminhtl@gmail.com> 0.2.2-2
- desktop-file-install for desktop files
- KDE-specific macros
- macro %%make_install fixed
* Tue Jun 07 2011 Minh Ngo <nlminhtl@gmail.com> 0.2.2-1
- initial build