[meego-commits] 9708: New package Trunk:Testing/utfs

Fathi Boudra no_reply at build.meego.com
Wed Nov 24 08:42:30 UTC 2010


Hi,
Adding new package utfs in project Trunk:Testing. Please review and accept ASAP.

Justification for this new package:

Move package to MeeGo Core (BMC#10400)

Thank You,
Fathi Boudra

[This message was auto-generated]

---

Request #9708:

  submit:   Tools:SDK:Target/utfs(r2) -> Trunk:Testing/utfs


Message:
    Move package to MeeGo Core (BMC#10400)

State:   new          2010-11-24T00:42:30 boudra
Comment: None


This is a NEW package in Trunk:Testing project.
The files in the new package:
utfs/
  |__  utfs-1.959.tar.gz
  |__  utfs.changes
  |__  utfs.spec

The content of the spec file, utfs.spec:
===================================================================
# spec file for utfs

Name:           utfs
Version:        1.959
Release:        1
License:        GPLv2
Summary:        User TCP FileSystem
Url:            http://www.guru-group.fi/~too/sw/utfs/
Group:          Development/Tools
Source0:        http://www.guru-group.fi/~too/sw/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(fuse)

%description
User TCP FileSystem, Filesystem in USErspace based custom networking fs.

%package client
Summary:        User TCP FileSystem client
Group:          Development/Tools
Requires:       fuse

%description client
User TCP FileSystem, Filesystem in USErspace based custom networking fs.

This package contains the UTFS client.

%package server
Summary:        User TCP FileSystem server
Group:          Development/Tools
Requires:       fuse

%description server
User TCP FileSystem, Filesystem in USErspace based custom networking fs.

This package contains the UTFS server.

%prep
%setup -q

%build
make all

%install
mkdir -p %{buildroot}%{_prefix}
make install PREFIX=%{buildroot}%{_prefix}

%files client
%defattr(-,root,root)
%{_bindir}/%{name}-client

%files server
%defattr(-,root,root)
%{_bindir}/%{name}-server

===================================================================




More information about the MeeGo-commits mailing list