update to 1.0.2 [release 1.0.2-1mamba;Thu Aug 12 2010]
This commit is contained in:
parent
ea7c77726e
commit
37bcfcda03
@ -1,2 +1,4 @@
|
|||||||
# partitionmanager
|
# partitionmanager
|
||||||
|
|
||||||
|
Easily manage disks, partitions and file systems on your KDE Desktop: Create, resize, move, copy, back up, restore or delete partitions.
|
||||||
|
|
||||||
|
67
partitionmanager.spec
Normal file
67
partitionmanager.spec
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
Name: partitionmanager
|
||||||
|
Version: 1.0.2
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Easily manage disks, partitions and file systems on your KDE Desktop
|
||||||
|
Group: System/Management
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
|
URL: http://sourceforge.net/projects/partitionman/
|
||||||
|
Source: http://switch.dl.sourceforge.net/project/partitionman/partitionmanager/%{version}/partitionmanager-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: kdelibs4-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libparted-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
Easily manage disks, partitions and file systems on your KDE Desktop: Create, resize, move, copy, back up, restore or delete partitions.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake -d build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/partitionmanager
|
||||||
|
%{_bindir}/partitionmanager-bin
|
||||||
|
%{_libdir}/libpartitionmanagerprivate.so
|
||||||
|
%{_datadir}/applications/kde4/partitionmanager.desktop
|
||||||
|
%{_datadir}/apps/partitionmanager/partitionmanagerui.rc
|
||||||
|
%{_datadir}/icons/hicolor/128x128/apps/partitionmanager.png
|
||||||
|
%{_datadir}/icons/hicolor/16x16/apps/partitionmanager.png
|
||||||
|
%{_datadir}/icons/hicolor/22x22/apps/partitionmanager.png
|
||||||
|
%{_datadir}/icons/hicolor/32x32/apps/partitionmanager.png
|
||||||
|
%{_datadir}/icons/hicolor/48x48/apps/partitionmanager.png
|
||||||
|
%{_datadir}/icons/hicolor/64x64/apps/partitionmanager.png
|
||||||
|
%doc CHANGES COPYING README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Aug 12 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||||
|
- update to 1.0.2
|
||||||
|
|
||||||
|
* Mon Mar 15 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||||
|
- rebuilt with libparted 2.2
|
||||||
|
|
||||||
|
* Sat Jan 09 2010 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.1-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user